local x, y = term.getSize()
gui.printAppInfo("tty", "terminal object size is "..tostring(x).."x"..tostring(y))
